home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / eXec / Krotkie opisy / Programy / XADMaster / xad_Wrapster.lha / Install < prev    next >
Text File  |  2000-12-03  |  302b  |  15 lines

  1. (if (patmatch "(68040|68060)" (database "cpu"))
  2.   (set #client "Wrapster.040")
  3.   (if (patmatch "(68020|68030)" (database "cpu"))
  4.     (set #client "Wrapster.020")
  5.     (set #client "Wrapster.000")
  6.   )
  7. )
  8.  
  9. (copyfiles
  10.   (help @copyfiles-help)
  11.   (source #client)
  12.   (dest "LIBS:xad")
  13.   (newname "Wrapster")
  14. )
  15.